home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / fmlw_120.zip / DPMI.INF < prev    next >
Text File  |  1995-06-26  |  3KB  |  57 lines

  1.  
  2.  
  3.           INFORMATION ABOUT THE USE OF THE FMAIL DPMI VERSION
  4.           ===================================================
  5.  
  6.           FMLX_ARC.EXE
  7.           ------------
  8.           This  program is  an  extra layer  between FMAILX.EXE  and  the
  9.           archiving  utility. It  makes sure,  all parameters  are passed
  10.           correctly. It should be in the same directory as FMAILX.EXE.
  11.  
  12.           RTM.EXE and DPMI16BI.OVL
  13.           ------------------------
  14.           RTM.EXE  is  a Run-time  manager  and  should be  placed  in  a
  15.           directory where  FMail can  find  it.  DPMI16BI.OVL is  a  DPMI
  16.           server. It  is not  needed if  you use another  DPMI host  like
  17.           Quarterdeck's QDPMI.
  18.  
  19.           32-BIT DPMI PROGRAMS
  20.           --------------------
  21.           FMAILX is  a 16-bit  DPMI program. You  may encounter  problems
  22.           when  you try  to use 32-bit  programs to pack  and unpack your
  23.           mail bundles.  An example such a program  is PKZip. In the case
  24.           PKZip, add the  switch -)  to the  parameter list  of PKZip  in
  25.           FSetup.
  26.           For example: PKZIP -ex -)
  27.           Note that the last -) is NOT a smiley!
  28.  
  29.           ERROR MESSAGES
  30.           --------------
  31.           If you try to  use FMailX, FSetupX or  FToolsX under OS/2,  you
  32.           may get an error message If  that is the case, try starting the
  33.           program via COMMAND /C or in a DOS shell.
  34.           Example: COMMAND /C FMAIL.EXE
  35.  
  36.           MEMORY USAGE
  37.           ------------
  38.           Normally, RTM  tries  to  allocate  all  memory  available  for
  39.           itself.  The  following  commands  may  be  used   in  the  RTM
  40.           environment variable RTM to change RTM's memory consumption:
  41.  
  42.           EXTMAX xxx     use at most 2048 kb of extended memory
  43.           EXTLEAVE xxx   leave  at  least   xxx  kb  of  extended  memory
  44.                          available.
  45.           EXTMIN xxx     if fewer  than  xxx kb  of  extended memory  are
  46.                          available, abort with an out of memory error
  47.           REALLEAVE xxx  always  leave at  least xxx  paragraphs of  real
  48.                          memory available
  49.           REALMAX xxx    don't allocate more than xxx paragraphs  of real
  50.                          memory
  51.           REALMIN xxx    if  fewer  than  xxx  paragraphs  are  available
  52.                          after  applying REALMAX  and REALMIN,  terminate
  53.                          with an out of memory error
  54.  
  55.           More than one command may be used at the same time.
  56.           Example: SET RTM=EXTMAX 2048 EXTMIN 1024
  57.